﻿2026-06-19T05:17:29.4561448Z ##[group]Run actions/checkout@v5
2026-06-19T05:17:29.4562318Z with:
2026-06-19T05:17:29.4562717Z   fetch-depth: 0
2026-06-19T05:17:29.4563197Z   repository: SaberMage/spt-core
2026-06-19T05:17:29.4566990Z   token: ***
2026-06-19T05:17:29.4567382Z   ssh-strict: true
2026-06-19T05:17:29.4567782Z   ssh-user: git
2026-06-19T05:17:29.4568173Z   persist-credentials: true
2026-06-19T05:17:29.4568612Z   clean: true
2026-06-19T05:17:29.4569285Z   sparse-checkout-cone-mode: true
2026-06-19T05:17:29.4569757Z   fetch-tags: false
2026-06-19T05:17:29.4570157Z   show-progress: true
2026-06-19T05:17:29.4570552Z   lfs: false
2026-06-19T05:17:29.4570927Z   submodules: false
2026-06-19T05:17:29.4571346Z   set-safe-directory: true
2026-06-19T05:17:29.4572008Z ##[endgroup]
2026-06-19T05:17:29.5364147Z Syncing repository: SaberMage/spt-core
2026-06-19T05:17:29.5365787Z ##[group]Getting Git version info
2026-06-19T05:17:29.5366474Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-19T05:17:29.5367555Z [command]/usr/bin/git version
2026-06-19T05:17:29.5368005Z git version 2.43.0
2026-06-19T05:17:29.5370584Z ##[endgroup]
2026-06-19T05:17:29.5381239Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/41e8ea8e-c87d-44d2-9631-b4d5bc4d6c45' before making global git config changes
2026-06-19T05:17:29.5382663Z Adding repository directory to the temporary git global config as a safe directory
2026-06-19T05:17:29.5384153Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-19T05:17:29.5416358Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-19T05:17:29.5436695Z https://github.com/SaberMage/spt-core
2026-06-19T05:17:29.5446821Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-19T05:17:29.5449453Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-19T05:17:29.5468848Z refs/heads/main
2026-06-19T05:17:29.5474590Z [command]/usr/bin/git checkout --detach
2026-06-19T05:17:29.5552479Z HEAD is now at 6473fe74 release: v0.12.1 — real-harness lifecycle fixes + CLI polish
2026-06-19T05:17:29.5587908Z [command]/usr/bin/git branch --delete --force main
2026-06-19T05:17:29.5614079Z Deleted branch main (was 6473fe74).
2026-06-19T05:17:29.5685424Z ##[endgroup]
2026-06-19T05:17:29.5687743Z [command]/usr/bin/git submodule status
2026-06-19T05:17:29.5873884Z ##[group]Cleaning the repository
2026-06-19T05:17:29.5874688Z [command]/usr/bin/git clean -ffdx
2026-06-19T05:17:29.5900395Z Removing traceable-reqs
2026-06-19T05:17:29.5906773Z [command]/usr/bin/git reset --hard HEAD
2026-06-19T05:17:29.5952543Z HEAD is now at 6473fe74 release: v0.12.1 — real-harness lifecycle fixes + CLI polish
2026-06-19T05:17:29.5957655Z ##[endgroup]
2026-06-19T05:17:29.5959041Z ##[group]Disabling automatic garbage collection
2026-06-19T05:17:29.5962627Z [command]/usr/bin/git config --local gc.auto 0
2026-06-19T05:17:29.5986624Z ##[endgroup]
2026-06-19T05:17:29.5987391Z ##[group]Setting up auth
2026-06-19T05:17:29.5991649Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-19T05:17:29.6016214Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-19T05:17:29.6201977Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-19T05:17:29.6227125Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-19T05:17:29.6405453Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-19T05:17:29.6431142Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-19T05:17:29.6622496Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-19T05:17:29.6651317Z ##[endgroup]
2026-06-19T05:17:29.6652179Z ##[group]Fetching the repository
2026-06-19T05:17:29.6657233Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-06-19T05:17:30.3773489Z From https://github.com/SaberMage/spt-core
2026-06-19T05:17:30.3774846Z  * [new branch]        v0.12.1-lifecycle -> origin/v0.12.1-lifecycle
2026-06-19T05:17:30.3806808Z [command]/usr/bin/git branch --list --remote origin/main
2026-06-19T05:17:30.3833285Z   origin/main
2026-06-19T05:17:30.3840091Z [command]/usr/bin/git rev-parse refs/remotes/origin/main
2026-06-19T05:17:30.3857060Z 6473fe7485097ed899e77bfa4f71e9a2707cd554
2026-06-19T05:17:30.3861384Z ##[endgroup]
2026-06-19T05:17:30.3862737Z ##[group]Determining the checkout info
2026-06-19T05:17:30.3864204Z ##[endgroup]
2026-06-19T05:17:30.3865047Z [command]/usr/bin/git sparse-checkout disable
2026-06-19T05:17:30.3898711Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-19T05:17:30.3921695Z ##[group]Checking out the ref
2026-06-19T05:17:30.3923560Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-06-19T05:17:30.3966775Z Switched to a new branch 'main'
2026-06-19T05:17:30.3968095Z branch 'main' set up to track 'origin/main'.
2026-06-19T05:17:30.3973437Z ##[endgroup]
2026-06-19T05:17:30.4003696Z [command]/usr/bin/git log -1 --format=%H
2026-06-19T05:17:30.4028570Z 6473fe7485097ed899e77bfa4f71e9a2707cd554
